home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineSprite_2491 / frame_15 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  255 b   |  18 lines

  1. set("/Variables:PorteDeffonce",true);
  2. tellTarget("_root.Porte")
  3. {
  4.    gotoAndPlay(2);
  5. }
  6. tellTarget("_root.TonneauPlanche")
  7. {
  8.    gotoAndStop(2);
  9. }
  10. tellTarget("_root")
  11. {
  12.    gotoAndStop("Tab4");
  13. }
  14. tellTarget("_parent")
  15. {
  16.    gotoAndStop(1);
  17. }
  18.